home *** CD-ROM | disk | FTP | other *** search
/ Mac-Source 1994 July / Mac-Source_July_1994.iso / HyperCard / ScrollControl XCMD / ScrollControl XCMD / background_7195.txt < prev    next >
Text File  |  1989-04-22  |  2KB  |  115 lines

  1. -- background: 7195 from stack: in
  2. -- bmap block id: 7901
  3. -- flags: 0000
  4. -- background id: 0
  5. -- name: 
  6.  
  7.  
  8. -- part 2 (field)
  9. -- low flags: 01
  10. -- high flags: 0007
  11. -- rect: left=20 top=149 right=272 bottom=492
  12. -- title width / last selected line: 0
  13. -- icon id / first selected line: 0 / 0
  14. -- text alignment: 0
  15. -- font id: 3
  16. -- text size: 9
  17. -- style flags: 0
  18. -- line height: 12
  19. -- part name: source code listing
  20.  
  21.  
  22. -- part 3 (field)
  23. -- low flags: 01
  24. -- high flags: 0000
  25. -- rect: left=20 top=108 right=146 bottom=491
  26. -- title width / last selected line: 0
  27. -- icon id / first selected line: 0 / 0
  28. -- text alignment: 0
  29. -- font id: 3
  30. -- text size: 9
  31. -- style flags: 0
  32. -- line height: 12
  33. -- part name: 
  34.  
  35.  
  36. -- part 4 (button)
  37. -- low flags: 00
  38. -- high flags: A002
  39. -- rect: left=20 top=271 right=286 bottom=144
  40. -- title width / last selected line: 0
  41. -- icon id / first selected line: 0 / 0
  42. -- text alignment: 1
  43. -- font id: 0
  44. -- text size: 12
  45. -- style flags: 0
  46. -- line height: 16
  47. -- part name: Copy Source Code
  48. ----- HyperTalk script -----
  49. on mouseUp
  50.   select text of field "source code listing"
  51.   doMenu "Copy Text"
  52.   select empty
  53. end mouseUp
  54.  
  55.  
  56.  
  57. -- part 6 (button)
  58. -- low flags: 00
  59. -- high flags: 2000
  60. -- rect: left=268 top=298 right=332 bottom=295
  61. -- title width / last selected line: 0
  62. -- icon id / first selected line: 8419 / 8419
  63. -- text alignment: 1
  64. -- font id: 0
  65. -- text size: 12
  66. -- style flags: 0
  67. -- line height: 16
  68. -- part name: Next
  69. ----- HyperTalk script -----
  70. on mouseUp
  71.   visual effect barn door open fast
  72.   go next
  73. end mouseUp
  74.  
  75.  
  76.  
  77. -- part 7 (button)
  78. -- low flags: 00
  79. -- high flags: 2000
  80. -- rect: left=229 top=305 right=325 bottom=260
  81. -- title width / last selected line: 0
  82. -- icon id / first selected line: 1011 / 1011
  83. -- text alignment: 1
  84. -- font id: 0
  85. -- text size: 12
  86. -- style flags: 0
  87. -- line height: 16
  88. -- part name: Home
  89. ----- HyperTalk script -----
  90. on mouseUp
  91.   visual effect barn door close fast
  92.   go home
  93. end mouseUp
  94.  
  95.  
  96.  
  97. -- part 8 (button)
  98. -- low flags: 00
  99. -- high flags: 2000
  100. -- rect: left=197 top=298 right=332 bottom=224
  101. -- title width / last selected line: 0
  102. -- icon id / first selected line: 17779 / 17779
  103. -- text alignment: 1
  104. -- font id: 0
  105. -- text size: 12
  106. -- style flags: 0
  107. -- line height: 16
  108. -- part name: Previous
  109. ----- HyperTalk script -----
  110. on mouseUp
  111.   visual effect barn door close fast
  112.   go prev
  113. end mouseUp
  114.  
  115.